home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / stepp000.swf / scripts / DefineSprite_1059 / frame_64 / DoAction.as
Text File  |  2008-11-12  |  829b  |  12 lines

  1. if(eval("/Variables:Moulin4Roue1") == 1 and eval("/Variables:Moulin4Roue2") == 1 and eval("/Variables:Moulin4Roue3") == 1 and eval("/Variables:Moulin1Roue1") == 3 and eval("/Variables:Moulin1Roue2") == 3 and eval("/Variables:Moulin1Roue3") == 3 and eval("/Variables:Moulin2Roue1") == 4 and eval("/Variables:Moulin2Roue2") == 4 and eval("/Variables:Moulin2Roue3") == 4 and eval("/Variables:Moulin3Roue1") == 2 and eval("/Variables:Moulin3Roue2") == 2 and eval("/Variables:Moulin3Roue3") == 2)
  2. {
  3.    if(eval("/Variables:MoulinActif") == "Moulin1" or eval("/Variables:MoulinActif") == "Moulin4")
  4.    {
  5.       setProperty("_root.Animatiques", _xscale, getProperty("_root.Animatiques", _xscale) - 2 * getProperty("_root.Animatiques", _xscale));
  6.    }
  7.    tellTarget("_root.Animatiques")
  8.    {
  9.       gotoAndStop("Boudha");
  10.    }
  11. }
  12.